Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Public Draw Context Methods


TQASync

A drawing engine must define a method to synchronize a draw context.

typedef TQAError (*TQASync) (const TQADrawContext *drawContext);
drawContext
A draw context.
DESCRIPTION
Your TQASync function should operate just like your TQAFlush function, except that it should wait until all queued drawing commands have been processed before returning. See the description of TQAFlush (page 1-133) for complete details.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996